CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial port thread

搜索资源列表

  1. QTool.rel

    0下载:
  2. VC2005工程,用来通过串口做下载,串口通信,AT借口,多线程,Lib调用-VC2005 porject, serial port , AT , multi thread, lib
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:75162
    • 提供者:shengwei
  1. uart

    0下载:
  2. BCB6下完整的UART通信程序,多线程机制,封装成独立的类,从Win95时代用到XP,主要配合单片机用,遇到实际问题就修改、记录,能抗住单片机的频繁上电,可用于1Mbps以上高速的虚拟串口,并具备直接控制RTS/DTS输出信号的功能。-BCB6 UART communication program under the complete, multi-thread mechanism, packaged as a separate class, use the times from the Wi
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:8360
    • 提供者:
  1. Desktop

    0下载:
  2. IC AT89C51 is a low-power, high-performance, 8-bit microcontroller with 8 kB of Flash programmable and eras-able read-only memory (EPEROM),256 bytes of RAM,32 input/output (I/O)lines, three 16-bit timers/counters, a six-vector two-level interrupt a
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:1614
    • 提供者:sam
  1. ipdectos

    0下载:
  2. 一个不错的linux封装,包括timer, msgq,thread,syslog, telnet,串口命令等调试。编译后在linux可以直接运行,看懂后就可以在嵌入式环境直接运行。-good linux wrapper for practice,including timer,msgq,thread,sem, syslog,telnet,serial port debug.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:528467
    • 提供者:吕永刚
  1. WYZCommunication1

    0下载:
  2. 实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用提供的API就可以侦听串口的数据。-implement a class to read and write the serial port, there is a thread responsible for handling read and write data to the serial port, s
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:165863
    • 提供者:chen
  1. _ComPortUniv

    0下载:
  2. An app that sends/receives bytes through PC serial port. Not interrupt driven, but polling based. Background thread implemented to handle communications. Easy to build your own specific app on top of this.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:48742
    • 提供者:saulius0317
  1. SmsTest

    0下载:
  2. 这份代码展示了如何使用串口发送手机短消息,里面涉及了串口通信、线程同步等内容。用户可以参考里面的SMS通信技术-This code shows how to use the serial port to send mobile phone text messaging, which involves a serial communication, thread synchronization and so on. Users can refer to the inside of SMS comm
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:35640
    • 提供者:winston
  1. SeriesSample

    0下载:
  2. evc线程的串口类,但是有个问题,数据超过2K会出问题,看哪位能解决!-class the evc thread serial port, but there is a problem, the data of more than 2K will be problems, see if any can be resolved!
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3463645
    • 提供者:tuchongyang
  1. CPort

    0下载:
  2. CSerialPort是基于多线程的,其工作流程如下:首先设置好串口参数,再开启串口监测工作线程,串口监测工作线程监测到串口接收到的数据、流控制事件或其它串口事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理,这是对接收数据而言的;发送数据可直接向串口发送。 -CSerialPort is based on multi-threaded, its workflow is as follows: First, set the serial port parameters, and
  3. 所属分类:Static control

    • 发布日期:2017-11-10
    • 文件大小:7257
    • 提供者:肖阳
  1. uart_10m

    0下载:
  2. 串口通信,建了两个线程,一个线程接受,一个线程发送,能够发送10M以上的大文件-Built two threads, serial port communication, a thread, a thread to send, can send more than 10 m large files
  3. 所属分类:ComboBox

    • 发布日期:2017-06-02
    • 文件大小:14570271
    • 提供者:jingwenyi
  1. RealTouch_uart

    0下载:
  2. STM32F4xx芯片在rt-thread系统上的串口使用教程,包括KEIL工程文件-STM32F4xx rt-thread chip serial port on the system using the tutorial, including KEIL project
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:649131
    • 提供者:雪欣pudn
  1. API-com

    0下载:
  2. 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:209159
    • 提供者:chowyu
  1. TestComm

    0下载:
  2. 这是一个用于对PC机上串口操作的程序,是应用于对ID卡读卡器操作的,其中的Example方法是主方法,不过它的显示是在后台,在前台显示的话就是TestToComm方法,不过它有一些BUG,就是线程没有处理好,如果有哪位有兴趣看一下,帮忙改进一下,在这谢过了,E-mail:wangyunfu2011@126.com-This is a program for the PC serial port operation, the Example method applied to the operat
  3. 所属分类:Com Port

    • 发布日期:2017-11-17
    • 文件大小:127872
    • 提供者:
  1. SerialDemo

    0下载:
  2. 一个很实用的串口调试类,有demo CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。-A very practical serial debugging classes, there are demo CSerialIO implement a class to read and write to the serial port, there is a thread to handle read an
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:33481
    • 提供者:宁良伟
  1. SCOMM

    0下载:
  2. 通过建立多个线程,利用串口进行数据的发送。通过使用Mutex控制串口的发送,使得同一时间只有一个线程利用串口发送数据。-By creating multiple threads, using serial data transmission. By using Mutex control the serial port to send, so that only one thread is using the serial port to send data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:37717
    • 提供者:huang
  1. CommAPI

    0下载:
  2. 串口发送文件不可多得的例子,调试通过!串口程序部分利用线程来完成接受和显示。包含知识点串口通讯,线程基础等。-A rare example of serial port to send files, debugging through! Serial part of the program to accept and use the thread to complete the display. Serial communication contains knowledge points, th
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:244177
    • 提供者:dingwanli
  1. SerialPort

    1下载:
  2. * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6900
    • 提供者:Sun Jin
  1. 1602

    0下载:
  2. 在1602液晶屏上实现串口三根线控制,使显示复杂度降低-Wireless communication in 1602 on the LCD screen, a serial port three thread control
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:22577
    • 提供者:易手乛天
  1. Serial_network-communication

    0下载:
  2. 实现linux环境下的板子与PC机之间的串口发送网口接收的的功能,使用了线程功能-Achieve functional board linux environment between PC' s serial port to send network port reception using the thread function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:
  1. RT-Thread1.2.0

    1下载:
  2. 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波
  3. 所属分类:Other Embeded program

    • 发布日期:2015-09-25
    • 文件大小:27248640
    • 提供者:潘锐
« 1 2 34 »
搜珍网 www.dssz.com